home *** CD-ROM | disk | FTP | other *** search
/ Java for 3D & VRML Worlds / Java for 3d and VRML Worlds.iso / examples / chap04 / ManRough.wrl < prev    next >
Text File  |  1996-10-14  |  737b  |  25 lines

  1. #VRML V2.0 utf8
  2.  
  3. Transform {
  4.         translation 0 0.6 0
  5.         scale 0.4 0.5 0.4
  6.         children [
  7.         Transform {
  8.                 translation 0 1 0
  9.                 children [
  10.                 Shape { geometry Cone{} }
  11.                 Transform { translation 0 1 0 
  12.                         children [ Shape { geometry Sphere {radius 0.5} } ]
  13.                 }
  14.                 Transform { rotation 0 0 1 1.57 
  15.                         children [ Shape { geometry Cylinder {radius 0.1}}]
  16.                 }
  17.                 Transform { 
  18.                         translation 0 -1 0
  19.                         children [ Shape{ geometry Cylinder{radius 0.3}}]
  20.                 }
  21.                 ]
  22.         }
  23.         ]
  24. }
  25.